type net/http.http2writeSettings

4 uses

	net/http (current package)
		h2_bundle.go#L4916: 	settings := http2writeSettings{
		h2_bundle.go#L10813: type http2writeSettings []http2Setting
		h2_bundle.go#L10815: func (s http2writeSettings) staysWithinBuffer(max int) bool {
		h2_bundle.go#L10821: func (s http2writeSettings) writeFrame(ctx http2writeContext) error {